home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
stk110
/
smp.com
/
EXPL1.SMP
< prev
next >
Wrap
Text File
|
1990-09-29
|
1KB
|
26 lines
/* SMP1 Sprite shape and mask bitmaps created by the SPRED */
#define expl1_width 32
#define expl1_height 24
unsigned char expl1_shape[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x40,0x00,
0x00,0x29,0x80,0x00,0x00,0x17,0xA0,0x00,0x00,0x3F,0xB0,0x00,
0x00,0xBF,0xE8,0x00,0x00,0x3F,0xE0,0x00,0x00,0x6F,0xD0,0x00,
0x00,0x0F,0x80,0x00,0x00,0x12,0x40,0x00,0x00,0x05,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
};
unsigned char expl1_mask[] = {
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFD,0xBF,0xFF,
0xFF,0xD6,0x7F,0xFF,0xFF,0xE8,0x5F,0xFF,0xFF,0xC0,0x4F,0xFF,
0xFF,0x40,0x17,0xFF,0xFF,0xC0,0x1F,0xFF,0xFF,0x90,0x2F,0xFF,
0xFF,0xF0,0x7F,0xFF,0xFF,0xED,0xBF,0xFF,0xFF,0xFA,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
};